home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / hugstr / form1.frm < prev    next >
Text File  |  1995-10-23  |  999b  |  42 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   2520
  5.    ClientLeft      =   1350
  6.    ClientTop       =   2415
  7.    ClientWidth     =   6675
  8.    Height          =   2925
  9.    Left            =   1290
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   2520
  13.    ScaleWidth      =   6675
  14.    Top             =   2070
  15.    Width           =   6795
  16.    Begin CommandButton Command2 
  17.       Caption         =   "Cancel"
  18.       Height          =   612
  19.       Left            =   3840
  20.       TabIndex        =   1
  21.       Top             =   1440
  22.       Width           =   1932
  23.    End
  24.    Begin CommandButton Command1 
  25.       Caption         =   "TestHuge"
  26.       Height          =   612
  27.       Left            =   600
  28.       TabIndex        =   0
  29.       Top             =   1440
  30.       Width           =   1812
  31.    End
  32. End
  33. Sub Command1_Click ()
  34.     tt& = BuildHuge&()
  35. End Sub
  36.  
  37. Sub Command2_Click ()
  38.     End
  39.  
  40. End Sub
  41.  
  42.